home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / EuroEng / EngDemo / Writing / ID140.Scn < prev    next >
Encoding:
Text File  |  1996-12-12  |  1.4 KB  |  57 lines

  1. o'<><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><>
  2. '<> Orginal author:Neil
  3. '<> Date created:Wednesday, Dec 11 1996
  4. '<> File name:database\READING\ID140.Scn
  5. '<><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><>
  6. '<> Author of last modification:
  7. '<> Date of last Modification:
  8. '<><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><>
  9.  
  10. @At 195,15
  11. #f2#b<TOPIC TITLE>#f1
  12.  
  13. '----------------------- The HotSpots --------------------------------
  14. @GoForward 192,78,94,110,screen_20
  15. @GoForward 315,135,89,88,screen_30
  16. @GoForward 414,76,76,86,screen_40
  17. @GoForward 514,98,84,104,screen_50
  18.  
  19. '---------------------- First time they have visted this screen via menu ----------------
  20. @case firstTime
  21. @At 214,243
  22. #cr#bClick on each item to find out more
  23. @prompt
  24. @endCase
  25.  
  26. '---------------------- Still more selections to make ----------------
  27. @case moreSelections
  28. @At 269,243
  29. #cr#bNow click on another item.
  30. @prompt
  31. @endCase
  32.  
  33. '---------------------- Reach here if there are no more selections ----------------
  34. @onForwardGoto screen_60
  35.  
  36. @Erase 200,236,330,27
  37. @At 328,342
  38. #cr#bClick on Forward to continue
  39. @prompt
  40. @onForwardGoto screen_60
  41.  
  42. @feedback correct
  43. <<CORRECT FEEDBACK HERE>>
  44. @PopupBegin 219,293,17,17,*infobut.bmp
  45. @Erase 266,121,305,121
  46. @At 100,100
  47. <Popup information text box>
  48. @popupEnd
  49. mpt
  50. @feedback partlyright
  51. The correct answer is now shown.
  52. @feedback wrong
  53. <<INCORRECT FEEDBACK HERE>>
  54. @feedback correct
  55. <<CORRECT FEEDBACK HERE>>
  56. E>>
  57.